| lcBlockAddDimAli2 | LiteCAD API |
|
HANDLE lcBlockAddDimAli2 ( HANDLE hBlock, double X0, double Y0, double X1, double Y1, double Dt, LPCWSTR szText ); |
| hBlock | |
| Handle to a block. | |
| X0 Y0 | |
| First definition point. | |
| X1 Y1 | |
| Second definition point. | |
| Dt | |
| A distance between dimension line and X0,Y0 - X1,Y1 line. Text will be placed at center of the dimension line. | |
| szText | |
|
User-supplied dimension text. If no text is to appear, supply "." . If only the default text is to appear, supply an empty string "". The default text is represented as "<>" within the supplied text. | |
| Handle to created aligned dimension object or NULL if the function fails. |
| Dimension style, Code sample |